Scala is a multi-paradigm language: object-oriented and functional. It is a statically typed language that compiles to bytecode that runs on the Java Virtual Machine, as well as to Javascript that runs on the browser. It also runs natively through the Scala Native compiler.
It adds some features not available in the Java language as the use of closures, and nested functions. Besides the fact that in Scala, every variable is an object and every operation is a method call.
You can find mainly two versions for the Scala language (as for Python): Scala 2 and Scala 3. It has a precise syntax that is easy to learn. It is used in Data processing, distributed computing and web development. It is also used by several companies such as LinkedIn, Twitter and Foursquare.